Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
apisub
Commits
f24e97c4
Commit
f24e97c4
authored
Nov 23, 2018
by
Stephane Crozat
Browse files
Adding notes for dumping cron #TODO & Inserting Api manually
parent
b3411006
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmp/export/README.md
View file @
f24e97c4
...
...
@@ -34,3 +34,24 @@ rsync -va apihtml/* wapint@stargate.utc.fr:/volgen/user1x/users/wapint/public_ht
rm -rf cathtml &&
unzip catalogue_gen_site.zip -d cathtml &&
rsync -va cathtml/
*
wapint@stargate.utc.fr:/volgen/user1x/users/wapint/public_html/cat/
# Backup
su postgres
pg_dump apisub -f /home/stc/apidump/apisub20181123.sql
# Insertion manuelle d'Api
INSERT INTO api VALUES (
21,
'Hackathon',
'Méthodes et outils de gestion technique et humaine d''un Hackathon',
2019,
'H',
TO_DATE('20190128','YYYYMMDD'),
TO_DATE('20190201','YYYYMMDD'),
24,
2,
'thierry.gidel@utc.fr')
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment