Step 1: Connect to the server via SSH:
ssh username@server-address
Step 2: Access the application container:
./launcher enter import
Tip: Run docker ps
to find the container name. By default, it is usually named app.
Step 3: Reset the database:
RAILS_ENV=production rake db:reset