-
I'd like rollback feature to recover the previous state when I make a mistake.
Backup feature is also a good choice.
-
Hello, Thanks for your awesome seeder implementation. I've been checking it and using it.
I was wondering if there is a possibility to add a rollback command which would work as the 'downgrade' comm…
-
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
Postgres allows using `COMMIT/ROLLBACK` in nested routines under the following conditions (from the [docs](https://www.postgresql.org/docs/current/plpgsql-transactions.html)):
```
Transaction contro…
-
Sometimes it happens that the server does not save the chunk and the chunk is rolled back, while there are no errors and nothing else. How can you fix this?
creci updated
3 years ago
-
This is something that seems to happen to me a lot, you deploy an application that doesn't crash when it first starts or after an x amount of time so it's set as the current active snapshot as we asum…
-
Add support for rollback VM
- Adapt API's and integrate with 0-orchestrator API
- Update userinterface (cloudbroker portal / end-user portal)
-
## Is your feature request related to a problem? Please describe.
A common mistake made in our Rails codebase is:
```
ActiveRecord::Base.transaction do
# create a few records
re…
-