INSTANCE CREATED NOT AVAILABLE IN APACHE RELATED FOLDERS
Hi, I have experienced some three major issues in an attempt to install KOHA 19.11 in Ubuntu 16.04 Server. 1. After successfully creating an instance called "library", on checking the available instances created using "koha-list", the result returns a null value (i.e. no instance is visible). 2. Consequently, due to the above, the apache-related files required to be edited and access from the browser are not available. For instance, the ~/library.conf file is missing data. That is, editing the /etc/apache2/sites-enabled/library.conf, the file is blank with no information in it. 3. Also, I believe still related to the missing instance, trying to use the "a2ensite" command to enable the site returns an error message stating, "The instance library does not exist." So how can enable this instance, whereas checking the data in Mariadb, the koha-library database exists? Thanks in advance. Regards.
have you used sudo when creating the instance? You can try to remove and then recreate it Regards |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com Le mer. 22 janv. 2020 à 07:54, Josh Getanda <getandajosh@gmail.com> a écrit :
Hi,
I have experienced some three major issues in an attempt to install KOHA 19.11 in Ubuntu 16.04 Server.
1. After successfully creating an instance called "library", on checking the available instances created using "koha-list", the result returns a null value (i.e. no instance is visible).
2. Consequently, due to the above, the apache-related files required to be edited and access from the browser are not available. For instance, the ~/library.conf file is missing data. That is, editing the /etc/apache2/sites-enabled/library.conf, the file is blank with no information in it.
3. Also, I believe still related to the missing instance, trying to use the "a2ensite" command to enable the site returns an error message stating, "The instance library does not exist."
So how can enable this instance, whereas checking the data in Mariadb, the koha-library database exists?
Thanks in advance. Regards. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hi, I managed to get a work around the issue. However, my main challenge right now is uploading an old database (previously installed in Ubuntu server 12.04) to my new installation in Ubuntu server 16.04 with latest KOHA version. I keep getting error messages when doing the migration/ importation of the data. On Wed, Jan 22, 2020 at 7:14 PM Alvaro Cornejo <cornejo.alvaro@gmail.com> wrote:
have you used sudo when creating the instance?
You can try to remove and then recreate it
Regards
|-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com
Le mer. 22 janv. 2020 à 07:54, Josh Getanda <getandajosh@gmail.com> a écrit :
Hi,
I have experienced some three major issues in an attempt to install KOHA 19.11 in Ubuntu 16.04 Server.
1. After successfully creating an instance called "library", on checking the available instances created using "koha-list", the result returns a null value (i.e. no instance is visible).
2. Consequently, due to the above, the apache-related files required to be edited and access from the browser are not available. For instance, the ~/library.conf file is missing data. That is, editing the /etc/apache2/sites-enabled/library.conf, the file is blank with no information in it.
3. Also, I believe still related to the missing instance, trying to use the "a2ensite" command to enable the site returns an error message stating, "The instance library does not exist."
So how can enable this instance, whereas checking the data in Mariadb, the koha-library database exists?
Thanks in advance. Regards. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Josh Basically you just need to do a mysqldump of the old database, upload it to the new one and run the database upgrade and then reindex. Check this out http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.html I've just move a DB (150K records) from 17.05 to 19.11 with no problems. The only change I made to the procedure above is replace xz with gzip since with xz the dump aborted. I guess because the server was really running out of memory. Regards, Alvaro |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com Le lun. 27 janv. 2020 à 07:42, Josh Getanda <getandajosh@gmail.com> a écrit :
Hi,
I managed to get a work around the issue. However, my main challenge right now is uploading an old database (previously installed in Ubuntu server 12.04) to my new installation in Ubuntu server 16.04 with latest KOHA version. I keep getting error messages when doing the migration/ importation of the data.
On Wed, Jan 22, 2020 at 7:14 PM Alvaro Cornejo <cornejo.alvaro@gmail.com> wrote:
have you used sudo when creating the instance?
You can try to remove and then recreate it
Regards
|-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com
Le mer. 22 janv. 2020 à 07:54, Josh Getanda <getandajosh@gmail.com> a écrit :
Hi,
I have experienced some three major issues in an attempt to install KOHA 19.11 in Ubuntu 16.04 Server.
1. After successfully creating an instance called "library", on checking the available instances created using "koha-list", the result returns a null value (i.e. no instance is visible).
2. Consequently, due to the above, the apache-related files required to be edited and access from the browser are not available. For instance, the ~/library.conf file is missing data. That is, editing the /etc/apache2/sites-enabled/library.conf, the file is blank with no information in it.
3. Also, I believe still related to the missing instance, trying to use the "a2ensite" command to enable the site returns an error message stating, "The instance library does not exist."
So how can enable this instance, whereas checking the data in Mariadb, the koha-library database exists?
Thanks in advance. Regards. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Alvaro Cornejo -
Josh Getanda