1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Add command to delete the optional backup of the venv

fiwswe 2025-05-03 00:55:40 +02:00
parent 9e3faef0aa
commit ffe08ab8aa

@ -133,7 +133,8 @@ Note: This also updates Radicale to the newest version.
4. Make any required changes to the configuration if the new version of Radicale requires any changes. 4. Make any required changes to the configuration if the new version of Radicale requires any changes.
5. Start the Radicale service:\ 5. Start the Radicale service:\
`# rcctl start radicale3` `# rcctl start radicale3`
6. [Optional] Remove the backup created in step 2 when everything is working as expected. 6. [Optional] Remove the backup created in step 2 when everything is working as expected:\
`# rm -rf /usr/local/lib/radicale-backup`
# Other # Other