diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -23,6 +23,15 @@ Copy .env-sample to .env and edit the values accordingly. PLEASE change the value of S3_PATH to if you reuse S3 buckets. +#### Making a new bucky + +Load the two SQL files - these should be enough to set up the original DB schema, and then make a few changes: + +```bash +mysql -u carbon -p bucky < bucky-schema.sql +mysql -u carbon -p bucky < migrate.sql +``` + #### Loading an old bucky db dump ```bash |
