Releases: bamjun/koggi
Releases · bamjun/koggi
0.1.5
✨ New Features
-
Added timeout control options for
pg backup/pg restore--timeout <seconds>(-t): Set the execution time limit in seconds (default: 300 seconds)--no-limit: Disable the timeout completely (no time limit)- The current timeout setting is displayed when connection info is printed before execution
🔧 Usage
# Backup without time limit (recommended for large databases)
koggi pg backup -p PROD --no-limit
# Set timeout to 30 minutes
koggi pg backup -p PROD --timeout 1800
# Same options are available for restore
koggi pg restore -p DEV1 --no-limit
koggi pg restore -p DEV1 --timeout 600📝 Modified Files
src/koggi/cli.py— Added--timeoutand--no-limitoptions topg backupandpg restorecommandssrc/koggi/database/backup.py— Addedtimeoutparameter tobackup_database()functionsrc/koggi/database/restore.py— Addedtimeoutparameter torestore_database()function
0.1.4
0.1.3
Full Changelog: 0.1.2...0.1.3
0.1.2
Full Changelog: https://github.com/bamjun/koggi/commits/0.1.1
Full Changelog: 0.1.1...0.1.2
0.1.1
Full Changelog: https://github.com/bamjun/koggi/commits/0.1.1