14795 Commits

Author SHA1 Message Date
Wolfgang Huß
1dc871d306 Add database name as variable to script 2023-12-01 15:06:38 +01:00
Wolfgang Huß
7d4a75a94c Refine checking of definition of variables 2023-12-01 15:02:25 +01:00
Wolfgang Huß
4351c9e0db Refine script readme 2023-12-01 14:40:26 +01:00
Wolfgang Huß
c240fe32ad Add more detailed logs for the scripts
- Ignore 'backup-cron-job.log' files.
2023-12-01 14:39:38 +01:00
Wolfgang Huß
b95b036265 Change database name from 'graph.db' to 'neo4j' 2023-11-30 08:05:45 +01:00
Wolfgang Huß
aeb1432630 Avoid 'else' cases after exit in the 'if' case
- Remove todo.
2023-11-29 10:03:29 +01:00
Wolfgang Huß
69c8740f35 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 6812-script-auto-backups-for-kubernetes-servers 2023-11-28 16:48:03 +01:00
Wolfgang Huß
21992c9beb Remove all debugging outputs
- Refine comment.
2023-11-28 16:40:10 +01:00
Wolfgang Huß
0f4e061b1e Finish 'Automated Backups' in readme 2023-11-28 16:35:44 +01:00
Wolfgang Huß
dbca9b91c0 Start 'Automated Backups' in readme 2023-11-28 15:52:11 +01:00
Wolfgang Huß
ae41243324 Fix deletion of wrong backup directory on the backup server with alpine system 2023-11-28 15:45:41 +01:00
Wolfgang Huß
72978889ef Revert "Add several curly brackets to script 'clusters.backup-multiple-servers.sh', because not all is function well on the backup server"
This reverts commit 4c9d588e9a8695bab31e7f1e4af6322fc5d5fb00.
2023-11-28 12:33:00 +01:00
Wolfgang Huß
4c9d588e9a Add several curly brackets to script 'clusters.backup-multiple-servers.sh', because not all is function well on the backup server 2023-11-28 12:16:18 +01:00
Wolfgang Huß
2f8d0eda36 Add debugging 2023-11-28 09:06:50 +01:00
mahula
963f4adee8
Merge pull request #6864 from Ocelot-Social-Community/fix-expired-jwt-unit-test
fix(backend): expired jwt in unit test
b3.1.2-614
2023-11-28 08:49:57 +01:00
Wolfgang Huß
5b2a1320f0 Export 'CONFIGURATION' instead just assigning it 2023-11-28 08:49:43 +01:00
Moriz Wahl
ecf351988f fix(backend): expired jwt in unit test 2023-11-27 22:22:41 +01:00
Wolfgang Huß
6fe2fdfb2c Debug script more detailed 2023-11-27 15:43:34 +01:00
Wolfgang Huß
0bea2cdca9 Echo 'SCRIPT_PATH' and 'SCRIPT_DIR' for debugging 2023-11-27 14:44:18 +01:00
Wolfgang Huß
33b8df4e53 Log the variables only if defined 2023-11-27 13:55:52 +01:00
Wolfgang Huß
ae17ef791c Remove single quotes from 'clusters.backup-multiple-servers.sh' 2023-11-27 13:35:08 +01:00
Wolfgang Huß
524d651553 Rename script 'clusters.cron-backups.sh' to 'clusters.backup-multiple-servers.sh' 2023-11-23 11:04:47 +01:00
Wolfgang Huß
1f28bed280 Check for definition of variable 'BACKUP_SAVED_BACKUPS_NUMBER' 2023-11-23 10:56:19 +01:00
Wolfgang Huß
1331d28a72 Add 'Multiple Networks Backup' to deployment readme 2023-11-22 16:24:44 +01:00
Wolfgang Huß
864f4344ad Extend script by deleting old backups 2023-11-22 16:23:40 +01:00
Wolfgang Huß
6af26472c0 Add time stamp to backup script 2023-11-22 15:14:00 +01:00
Wolfgang Huß
0bf4ea56bd Export 'BACKUP_CONFIGURATIONS' from 'deployment/.env' and use it. 2023-11-21 15:59:33 +01:00
mahula
2d9f8fbc12
Merge pull request #6772 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/cropperjs-1.6.1
Bump cropperjs from 1.5.6 to 1.6.1 in /webapp
b3.1.2-613
2023-11-18 11:34:27 +01:00
dependabot[bot]
042d125595
Bump cropperjs from 1.5.6 to 1.6.1 in /webapp
Bumps [cropperjs](https://github.com/fengyuanchen/cropperjs) from 1.5.6 to 1.6.1.
- [Release notes](https://github.com/fengyuanchen/cropperjs/releases)
- [Changelog](https://github.com/fengyuanchen/cropperjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/cropperjs/compare/v1.5.6...v1.6.1)

---
updated-dependencies:
- dependency-name: cropperjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 10:12:10 +00:00
mahula
1decd6875d
Merge pull request #6841 from Ocelot-Social-Community/dependabot/npm_and_yarn/faker-js/faker-8.3.1
Bump @faker-js/faker from 8.2.0 to 8.3.1
b3.1.2-612
2023-11-18 10:43:43 +01:00
dependabot[bot]
bb616b9d2c
Bump @faker-js/faker from 8.2.0 to 8.3.1
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 8.2.0 to 8.3.1.
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](https://github.com/faker-js/faker/compare/v8.2.0...v8.3.1)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 09:14:18 +00:00
mahula
73c1d818f9
Merge pull request #6819 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/sanitize-html-2.11.0
build(other): bump sanitize-html from 1.22.1 to 2.11.0 in /backend
b3.1.2-611
2023-11-18 10:10:15 +01:00
mahula
586e83fc22
Merge branch 'master' into dependabot/npm_and_yarn/backend/sanitize-html-2.11.0 2023-11-18 09:43:34 +01:00
mahula
829c516c4e
Merge pull request #6840 from Ocelot-Social-Community/dependabot/npm_and_yarn/cypress-13.5.1
build(other): bump cypress from 13.5.0 to 13.5.1
b3.1.2-610
2023-11-18 09:42:39 +01:00
mahula
1a6fdff930
Merge branch 'master' into dependabot/npm_and_yarn/cypress-13.5.1 2023-11-18 09:19:45 +01:00
mahula
c8b368cf4e
Merge pull request #6842 from Ocelot-Social-Community/dependabot/npm_and_yarn/badeball/cypress-cucumber-preprocessor-19.1.1
build(other): bump @badeball/cypress-cucumber-preprocessor from 19.1.0 to 19.1.1
b3.1.2-609
2023-11-18 09:18:29 +01:00
mahula
83f10ffce3
Merge branch 'master' into dependabot/npm_and_yarn/badeball/cypress-cucumber-preprocessor-19.1.1 2023-11-18 08:56:30 +01:00
mahula
688e857108
Merge pull request #6839 from Ocelot-Social-Community/dependabot/npm_and_yarn/wait-on-7.2.0
Bump wait-on from 7.1.0 to 7.2.0
b3.1.2-608
2023-11-18 08:55:52 +01:00
dependabot[bot]
412b45fe25
Bump @badeball/cypress-cucumber-preprocessor from 19.1.0 to 19.1.1
Bumps [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 19.1.0 to 19.1.1.
- [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases)
- [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/badeball/cypress-cucumber-preprocessor/compare/v19.1.0...v19.1.1)

---
updated-dependencies:
- dependency-name: "@badeball/cypress-cucumber-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 02:54:26 +00:00
dependabot[bot]
475c34a333
Bump cypress from 13.5.0 to 13.5.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.5.0 to 13.5.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.5.0...v13.5.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 02:53:50 +00:00
dependabot[bot]
4a56035bab
Bump wait-on from 7.1.0 to 7.2.0
Bumps [wait-on](https://github.com/jeffbski/wait-on) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](https://github.com/jeffbski/wait-on/compare/v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: wait-on
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 02:53:23 +00:00
mahula
7b3c0ea069
Merge pull request #6817 from Ocelot-Social-Community/dependabot/npm_and_yarn/wait-on-7.1.0
build(other): bump wait-on from 7.0.1 to 7.1.0
b3.1.2-607
2023-11-13 15:05:43 +01:00
mahula
41c61a97cd
Merge branch 'master' into dependabot/npm_and_yarn/wait-on-7.1.0 2023-11-13 14:35:14 +01:00
mahula
a04eb990d2
Merge pull request #6827 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/dotenv-16.3.1
build(other): bump dotenv from 8.2.0 to 16.3.1 in /backend
b3.1.2-606
2023-11-13 14:34:09 +01:00
mahula
cd26c5a6b4
Merge branch 'master' into dependabot/npm_and_yarn/backend/dotenv-16.3.1 2023-11-13 14:00:20 +01:00
mahula
46725c48ff
Merge pull request #6831 from Ocelot-Social-Community/dependabot/npm_and_yarn/babel/preset-env-7.23.3
build(other): bump @babel/preset-env from 7.23.2 to 7.23.3
b3.1.2-605
2023-11-13 14:00:09 +01:00
mahula
d0bd3ca320
Merge branch 'master' into dependabot/npm_and_yarn/babel/preset-env-7.23.3 2023-11-13 13:02:56 +01:00
mahula
b609a998f4
Merge pull request #6830 from Ocelot-Social-Community/dependabot/npm_and_yarn/babel/core-7.23.3
build(other): bump @babel/core from 7.23.2 to 7.23.3
b3.1.2-604
2023-11-13 12:49:39 +01:00
mahula
5fc8350178
Merge branch 'master' into dependabot/npm_and_yarn/babel/core-7.23.3 2023-11-13 12:19:32 +01:00
mahula
0a51006fc5
Merge pull request #6829 from Ocelot-Social-Community/dependabot/npm_and_yarn/cypress-13.5.0
build(other): bump cypress from 13.4.0 to 13.5.0
b3.1.2-603
2023-11-13 12:15:12 +01:00