MrGeneration / KB Catalan redirect

0 likes
0 forks
2 files
Last active 1 month ago
Redirects outdated locale slug for knowledge bases from 'es-ca' to 'ca' for improved usability and very easy switching. As shown in the Zammad 7.0 Release video: https://www.youtube.com/watch?v=unwYUx5--7M
1 # Default /help URL (replace help with your custom alias if needed; NOT for custom domains)
2 rewrite ^/help/es-ca/(.*)$ /help/ca/$1 permanent;
3
4 # for custom URLs
5 rewrite ^/es-ca/(.*)$ /ca/$1 permanent;

MrGeneration / Debian / Ubuntu Upgrade

0 likes
0 forks
8 files
Last active 1 month ago
This gist provides contextual copy paste options for Distribution upgrades with installed Zammad and PostgreSQL for Debian (10, 11, 12) and Ubuntu (18, 20, 22). Video context to this: https://youtu.be/IXp4VWU27wo
1 # The following action is NOT reversible but is significantly faster.
2 # Use at own descression - replace oldversion with your old version and newversion with your new version
3
4 pg_upgradecluster --method=upgrade --link <oldversion> main /var/lib/postgresql/<newversion>/main/
Newer Older