-
Notifications
You must be signed in to change notification settings - Fork 7
Always use blob_timestamps #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This also means we can remove the |
It should be always true. But it is tricky, needing a lot of changes. And we need to keep some of the old code still, otherwise we cannot restore previously created blob backups. See #65
I have deprecated this in version 5.0.0a3, and display this message when someone explicitly has
I am not 100 percent sure I will actually drop it. But repozo only makes backups with timestamps in the name, so it makes sense to use the same scheme in the blobstorage backups. If I drop it, you can still restore older backups with an older version of the backup script. |
I always have this on. In release 4.2.0 we changed the default from False to True. So no more
blobstorage.0
,blobstorage.1
, etcetera.The text was updated successfully, but these errors were encountered: