24/11/2022 Thu
Schedule
Time | Job |
8:30 - 10:00 | Read codes for basic |
10:00 - 10:30 | Read admin |
10:30 - 11:00 | Meeting |
11:00 - 12:00 | Read codes for utils |
12:00 - 11:45 | Lunch |
11:45 - 1:30 | Read codes for basic&admin |
1:30 - 3:00 | Read codes for common |
3:00 - 4:00 | Viewing the structure |
4:00 - 5:00 | Setting up database&VPN |
Instruction to copy database
pg_dump -U gmx -W -F t gmx > C:\Workspace\Globaltllc\Week1\gmx.tar
pg_dump -h 54.252.7.227 -U maxibet -p 5432 maxibetdb > C:\Workspace\Globaltllc\Week1\gmx.tar
pg_restore -U postgres --dbname=gmx --verbose -l C:\Workspace\Globaltllc\Week1\gmx.tar