I have switched this blog from worp.one to worp.io as I was finally able to obtain my preferred Domain. In the process I had to change the wordpress base URL, which proved quite painful. First I chose to edit wp-config.php which let the page load but not the CSS and JS for it. Then I… Continue Reading changing the wordpress base url
Category: Updates
Upgrading Gitlab
Gitlab follows semantiv versioning. It even does not allow you to upgrade from a non-latest minor version to a new major version. Meaning: 10.1 -> 11.4 is now allowed if there is a 10.8 version. Thus you need to upgrade in steps: 10.1 -> 10.8 -> 11.4 (for example). Procedure: # Create a backup (Don’t… Continue Reading Upgrading Gitlab