V7.0.2 #45
Loading…
Reference in a new issue
No description provided.
Delete branch "v7.0.2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tested on morpheus without any issue.
BUT, there is a 7.0.3 version from today :) See https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#7-0-3
Yes I saw it. I have push bump to 7.0.3. I also added some tasks to playbook which creates backups of db as well as the entire instance.
@ -2,0 +4,4 @@
tasks:
- name: '[BACKUP] - Create backup dir'
file:
path: '{{ forgejo_db_dump_path }}'
I don't see that
forgejo_db_dump_path
var defined anywhere.@meaz thanks for noticing. I rushed it. I updated things.