You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to upload an sql dump from stdin, glacier-cmd always failed with "There is nothing to upload", because our DB is 6TB and pg_dump takes a bit to start.
This was solved by adding a timeout >0 to select:
when trying to upload an sql dump from stdin, glacier-cmd always failed with "There is nothing to upload", because our DB is 6TB and pg_dump takes a bit to start.
This was solved by adding a timeout >0 to select:
in glacier/GlacierWrapper.py:
The text was updated successfully, but these errors were encountered: