Not able to vacuum indexes for my application

66 views
Skip to first unread message

Prakhil Samar

unread,
Aug 21, 2012, 3:10:38 AM8/21/12
to google-a...@googlegroups.com
Hi GAE team,

I m not able to Vacuum indexes for my application.

I ran this command:

appcfg.py vacuum_indexes <path>

I have attached the command prompt image too

Please suggest how to delete the unused indexes ?
8-21-2012 12-29-08 PM.png

Prakhil Samar

unread,
Aug 21, 2012, 6:53:14 AM8/21/12
to google-a...@googlegroups.com
Anyone with a solution???

Takashi Matsuo

unread,
Aug 21, 2012, 8:03:36 AM8/21/12
to google-a...@googlegroups.com
Are you sure that you pushed 'y' then 'return' key when prompted 'Are you sure you want to delete this index? <N/y/a>'?


Anyone with a solution???
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/85PEVKSApkIJ.

To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.



--
Takashi Matsuo | Developers Advocate | tma...@google.com

Prakhil Samar

unread,
Aug 21, 2012, 8:11:09 AM8/21/12
to google-a...@googlegroups.com
Actually i do not get an option to press Y/N/A;

As soon as i run the command it directly gives me error, that i listed in the image

Brian Quinlan

unread,
Aug 21, 2012, 8:48:35 AM8/21/12
to google-a...@googlegroups.com
On Tue, Aug 21, 2012 at 8:11 AM, prakhil samar <prakhi...@gmail.com> wrote:
> Actually i do not get an option to press Y/N/A;
>
> As soon as i run the command it directly gives me error, that i listed in
> the image

You are redirecting stdin to the file ...\pwd. Since that file only
contains your password, appcfg.py generates an EOFError when trying to
read your answer to the confirmation prompts.

Try running appcfg.py without "--passin".

Cheers,
Brian
> https://groups.google.com/d/msg/google-appengine/-/uCJIlGozQrsJ.

Takashi Matsuo

unread,
Aug 21, 2012, 9:02:15 AM8/21/12
to google-a...@googlegroups.com

Thanks Brian! This must be the case :)

prakhil, if you don't want to enter password, please consider trying --oauth2 option described at:

BTW, can you tell me why you are using --no_cookies and --passin at the same time?

-- Takashi

Prakhil Samar

unread,
Aug 21, 2012, 1:09:05 PM8/21/12
to google-a...@googlegroups.com
Hey Brian and Takashi,

Thanks a lot; its my fault i overlooked at the query 

Thanks both of you to resolve this.
Reply all
Reply to author
Forward
0 new messages