Skip to content
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

[v3] Add Custom Option to Disable Automatic Database Reset on Application Restart #2937

Open
productdevbook opened this issue Jan 1, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@productdevbook
Copy link
Member

productdevbook commented Jan 1, 2025

Is your feature request related to a problem? Please describe

Every time we restart the application, the database is automatically dropped, causing the data to be reset. This leads to the loss of important data that we have manually added. This behavior is particularly frustrating when working with manually stored data.

Describe the solution you’d like

I would like an option to disable the automatic “drop” process. This would allow the database to remain intact by default, while still providing an option for manual resets when needed. Additionally, a customizable configuration option should be available to make database management more flexible and user-controlled.

Describe alternatives you’ve considered

  1. Disabling the “drop” process by default and enabling it only via a specific command or configuration.

Additional context

When manually storing data, preventing automatic resets is crucial to avoid data loss. Providing a controlled and customizable solution would significantly enhance the developer experience, especially in development environments where manual data retention is often necessary.

@productdevbook productdevbook added the enhancement New feature or request label Jan 1, 2025
@productdevbook productdevbook changed the title Add Custom Option to Disable Automatic Database Reset on Application Restart [v3] Add Custom Option to Disable Automatic Database Reset on Application Restart Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant