Skip to content

Commit e49a172

Browse files
committed
portal: db doc update
1 parent c926962 commit e49a172

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/database/portal-db.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ensure the following before running the command:
3535
Clone the migration repository:
3636

3737
```bash
38-
git clone https://github.com/cyverse-austria/portal2.git
38+
git clone https://github.com/cyverse-de/portal2
3939
```
4040

4141
Run the migrations using Docker:
@@ -126,10 +126,10 @@ unzip 30895309
126126
```
127127

128128
##### import to the database
129-
For imorting this grid file we will use the script from [portal2/scripts/import_grid_institutions.py](https://gitlab.com/cyverse/portal2/-/blob/master/src/scripts/import_grid_institutions.py).
129+
For imorting this grid file we will use the script from [portal2/scripts/import_grid_institutions.py](https://github.com/cyverse-de/portal2/blob/main/src/scripts/import_grid_institutions.py).
130130

131131
```bash
132-
./import_grid_institutions.py --host root@DB_HOST.com --user portal_db_reader --database portal grid.csv
132+
./import_grid_institutions.py --host DB_HOST --user portal_db_reader --database portal grid.csv
133133
```
134134

135135
#### Populate these Tables

0 commit comments

Comments
 (0)