sudo apt update
sudo apt install xz-utilsunxz file.xz
In my case, I have a file koha_library.sql.xz
unxz koha_library.sql.xz
sudo mysql -uroot -p koha_library < koha_library.sql sudo systemctl restart apache2.service sudo systemctl restart koha-common sudo ...
No comments:
Post a Comment