-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
the 2 issues I had installing the services via the scripts were:
- for some reason
echo -e "disable_log_bin\nwait_timeout = 31536000\ninteractive_timeout = 31536000" >> /etc/mysql/mysql.conf.d/mysqld.cnfcopied also the-eover to the config which mysql didn't like and crashed 🤷🏼♂️ - all the specified node versions are breaking when using
nvm use 22ornvm use 20and the minor versions change.- e.g.
/root/.nvm/versions/node/v22.9.0/bin/node /root/edge-node-auth-service/index.jsbroke becausenvm install 22installed22.10.0now.- so I'd recommend specifying the exact version in the
nvm install / nvm usecommand
- so I'd recommend specifying the exact version in the
- e.g.
Metadata
Metadata
Assignees
Labels
No labels