Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
253ce1ac
Commit
253ce1ac
authored
Jun 02, 2020
by
Fabrice Gangler
🎨
Browse files
DOC: update changelog + upgrade to 2.7.0
parent
053221c6
Pipeline
#9880
passed with stage
in 10 minutes and 34 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
253ce1ac
...
...
@@ -5,6 +5,25 @@ Tous les changements notables de ce projet sont documentés dans ce fichier.
Le format s'appuie sur
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
et le projet suit
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## Unreleased yet ---> [2.7.x](#) - 2020-0x-xx
*
[
...
](
#
)
### Added
...
### Changed
...
### Fixed
...
### Deprecated
...
### Security
...
## [2.7.0](https://gitlab.adullact.net/Comptoir/Comptoir-srv/tags/v2.7.0) - 2020-05-29
...
...
Documentation/For_ops/UPGRADE/UPGRADE_from_v2.6.0_to_v2.7.0.md
View file @
253ce1ac
# How to upgrade from v2.
5
.0 to v2.
6
.0
# How to upgrade from v2.
6
.0 to v2.
7
.0
## 1) First backup (DB + images files)
...
...
@@ -64,7 +64,8 @@ ls -lh /home/comptoir/Comptoir-EXPORT/
# Backup main directory
cd
/home/comptoir/
tar
-czvf
Comptoir-srv_BACKUP_2020.04.09_03h05.tar.gz Comptoir-srv
DATE
=
$(
date
+
"%Y.%m.%d_%Hh%M"
)
tar
-czvf
"Comptoir-srv_BACKUP_
${
DATE
}
.tar.gz"
Comptoir-srv
```
## 5) Update source code
...
...
@@ -177,5 +178,5 @@ sudo su comptoir
# Clean up
cd
/home/comptoir/
rm
-rvf
tmp_migration/
rm
-v
Comptoir-srv_BACKUP_
2020.04.09_03h05
.tar.gz
rm
-v
Comptoir-srv_BACKUP_
*
.tar.gz
```
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