From 3d067c0ceffbc049c3ba8d2e236d499200815c28 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Wed, 24 Jan 2018 15:31:39 +0000 Subject: [PATCH] Update the database names and dump locations --- fabfile.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fabfile.py b/fabfile.py index 89fc19575..d3f51979c 100644 --- a/fabfile.py +++ b/fabfile.py @@ -10,8 +10,8 @@ env.roledefs = { 'config': { 'env_name': 'pre-production', 'remote_db_name': 'otfpreprod', - 'local_db_name': 'otfpreprod', - 'remote_dump_path': '/usr/local/django/otf/tmp/', + 'local_db_name': 'opentech', + 'remote_dump_path': '/var/www/otfpreprod/tmp/', 'local_dump_path': '/tmp/', } }, @@ -20,8 +20,8 @@ env.roledefs = { 'config': { 'env_name': 'staging', 'remote_db_name': 'otfstaging', - 'local_db_name': 'otfstaging', - 'remote_dump_path': '/usr/local/django/otf/tmp/', + 'local_db_name': 'opentech', + 'remote_dump_path': '/var/www/otfstaging/tmp/', 'local_dump_path': '/tmp/', }, }, @@ -30,8 +30,8 @@ env.roledefs = { 'config': { 'env_name': 'dev', 'remote_db_name': 'otfdev', - 'local_db_name': 'otfdev', - 'remote_dump_path': '/usr/local/django/otf/tmp/', + 'local_db_name': 'opentech', + 'remote_dump_path': '/var/www/otfdev/tmp/', 'local_dump_path': '/tmp/', }, }, -- GitLab