Skip to content

khier996/aibee

Repository files navigation

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

Export production DB

pg_dump -d aibee_production -f aibee_prod_db.psql

Import production DB

scp aibee@aibee.shanghaiwogeng.com:aibee_prod_db.psql .
sed -i -- 's/OWNER\ TO\ aibee;/OWNER\ TO\ guochunzhong;/g' aibee_prod_db.psql
psql -d postgres
DROP DATABASE aibee_development;
CREATE DATABASE aibee_development WITH ENCODING='UTF8' OWNER='guochunzhong';
\q
psql -d aibee_development -f aibee_prod_db.psql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages