NEMSLinux / nems-scripts

0 stars 0 forks source link

nems-init for 1.5.2b leaves a broken mysql install #1

Closed hotelzululima closed 2 years ago

hotelzululima commented 2 years ago

the following lines break the install cause of the lack of a /root/nems/nems-migrator/data/mysql/NEMS-Sample.tar.gz in that directory.. creating that file from the directory gets past that error but breaks farther down again due to mysql having issues

mv /var/lib/mysql /var/lib/mysql~ rm -rf /var/lib/mysql~

cd /var/lib/ tar xfz /root/nems/nems-migrator/data/mysql/NEMS-Sample.tar.gz chown -R mysql:mysql /var/lib/mysql

the code is from git and is also found in 1.5.2b

NEMSLinux commented 2 years ago

1.5.x is legacy-nems-scripts so your issue doesn't actually apply to nems-scripts (easy mistake while things are changing rapidly in preparation for NEMS Linux 1.6). That said, the issue you reported was fixed, so you're all good. Thanks for reaching out to report it!