Skip to content

v1.6 : Improvements over db-import command and default .env file

Latest
Compare
Choose a tag to compare
@rigoucr rigoucr released this 07 Apr 21:18
476a82a

What's Changed

  • Feature: Allow to import databases different than the default one - db-import command by @rigoucr in #49

Now you are able to import databases into different database than the default one, the db-import commands now accepts an optional parameter called dbname to help you achieve that , Example:

chirripo db-import --dbname otherdb -- ./other_db.sql.gz
  • Feature: Variable project root - .env file by @rigoucr in #48

Full Changelog: v1.5...v1.6