aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/upgrade.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove annoying superfluous slashfrankstrater2021-06-021-1/+1
|
* Fix upgrade scriptChocobozzz2021-05-281-4/+4
|
* script/upgrade: use db.name config valuekontrollanten2021-03-291-1/+2
|
* use .load instead of .safeLoad in js-yamlLukas Winkler2021-03-041-4/+4
|
* Check pg_dump before backup (#1950)tomamplius2019-07-021-8/+12
| | | | | | | | * Check pg_dump before backup When the database is not on the same host pg_dump can't be not present * Update upgrade.sh
* Add reminder to restart PeerTube in upgrade scriptLuc Didry2019-02-151-0/+4
|
* Check if awk and sed are executableFelix Ableitner2018-12-041-7/+9
|
* Check free storage before upgradingFelix Ableitner2018-12-041-0/+8
|
* Use DB informations from config/production.yaml in upgrade scriptLuc Didry2018-10-111-1/+6
| | | | | | | Avoid hardcoded values in upgrade script. Avoid asking for DB password. Uses python (usually installed on your system, even with minimal installations) and some of its standard lib modules.
* fix diff orderJohn Livingston2018-10-031-1/+1
|
* using "diff -u", for a clearer displayJohn Livingston2018-10-031-1/+1
|
* Added elseFelix Ableitner2018-09-281-0/+2
|
* Add prompt to upgrade.sh to install pre-release versionFelix Ableitner2018-09-281-3/+15
|
* Make it possible to change path used by upgrade.sh on command lineJocelyn Jaubert2018-05-221-1/+18
|
* Move /var/www/peertube to $PEERTUBE_PATH in upgrade.shJocelyn Jaubert2018-05-221-9/+11
|
* Fixe Quotation marks on database backup filesSVNET Libre2018-05-161-1/+1
|
* Clean shell scripts (#398)Léo Andrès2018-03-271-10/+8
|
* Update shebang and date format for working on FreeBSD (fix typo)Gérald Niel2018-03-191-1/+1
| | | | (not tested on Linux)
* Update shebang and date to POSIX format for working on FreeBSD (notGérald Niel2018-03-191-2/+2
| | | | tested on Linux)
* Upgrade.sh : Add diff command for config update (#308)SVNET Libre2018-02-211-0/+3
| | | | | | | | | | * Add diff command for config update * Add Context Information "Updating Configuration File..." * Modify context information for the config file
* Mkae upgrade.sh executableChocobozzz2018-02-211-0/+0
|
* Better upgrade script consistencyChocobozzz2018-02-141-16/+8
|
* Upgrade.sh (#281)SVNET Libre2018-02-121-0/+34
| | | | | | | | | | | | | | | | * Upgrade.sh Bash script for upgrading Instance * add bash strict mode * move to "scripts" folder and other fix * Rename scirpts/upgrade.sh to scripts/upgrade.sh * Fix SQL BACKUP path * Fix symbolic link update
* Rename 'npm run upgrade' to 'npm run upgrade-peertube'Chocobozzz2017-06-251-31/+0
| | | | It was confusing with the command 'npm run update'
* Don't generate yarn lockfile on upgradeChocobozzz2017-06-241-3/+1
|
* Fix upgrade script (again...)Bigard Florian2017-04-271-2/+2
|
* Fix upgrade scriptBigard Florian2017-04-271-1/+1
|
* Add yarn to npm run upgradeBigard Florian2017-04-271-3/+8
|
* Remove Node 4 supportChocobozzz2017-04-261-1/+13
|
* Fix upgrade scriptChocobozzz2016-10-211-1/+1
|
* Add upgrade scriptChocobozzz2016-10-211-0/+16