inodes, no space left on device

Error processing tar file(exit status 1): mkdir /root/.nvm/versions/node/v10.24.0/lib/node_modules/npm/node_modules/http-cache-semantics: no space left on device seems as if I have 15 gigs left, now lets check my Inodes usage The inode (index node) is a data structure in a Unix-style file system that describes a file-system object such as a file or[…]

Read More »

Upgrading major versions of gitlab/gitlab-ce docker

https://docs.gitlab.com/ee/update/index.html#upgrading-to-a-new-major-version Upgrading the major version requires more attention. Backward-incompatible changes and migrations are reserved for major versions. Follow the directions carefully as we cannot guarantee that upgrading between major versions is seamless. A major upgrade requires the following steps: Start by identifying a supported upgrade path. This is essential for a successful major version upgrade https://docs.gitlab.com/ee/update/index.html#upgrade-paths backup[…]

Read More »