Hi, clio release 6.0.2.33 provides function to restore database from backup file. This function helps developers recover dev environments
clio restore-db --db-name DB_NAME --db-working-folder DB_SERVER_FOLDER -f BACKUP_FILE_PATH --db-server-uri mssql://USERNAME:PASSWORD@127.0.0.1:1433
you can configure environments for simplify run this command
clio restore-db -e ENVIRONMENT_NAME
follow the link for details
P/S: this command only supports MSSQL database, PosgreSQL and Clio explorer support in next releases
Do you like this idea?
0 comments