Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apisub
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stephane Crozat
apisub
Commits
f24e97c4
Commit
f24e97c4
authored
Nov 23, 2018
by
Stephane Crozat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding notes for dumping cron #TODO & Inserting Api manually
parent
b3411006
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
tmp/export/README.md
tmp/export/README.md
+21
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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