mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
DB backups before migrations (#420)
* make backups before migrations * database tests * postgres db backup with location string * ignore version in pg_dump and throw warning * install latest pg_dump * install latest * pg update? * remove test from github * skip for postgres on github actions
This commit is contained in:
@@ -45,6 +45,7 @@ class EnvSettings(CashuSettings):
|
||||
cashu_dir: str = Field(default=os.path.join(str(Path.home()), ".cashu"))
|
||||
debug_profiling: bool = Field(default=False)
|
||||
debug_mint_only_deprecated: bool = Field(default=False)
|
||||
db_backup_path: str = Field(default=False)
|
||||
|
||||
|
||||
class MintSettings(CashuSettings):
|
||||
|
||||
Reference in New Issue
Block a user