Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread Mike D.
Hello, we use Wiki.js for one project. Use Markdown or Plain HTML. Migration from MediaWiki will be ready soon. We love backup into GIT or cloud, 2FA and very powerful search engines to choose, ES is supported. Take a look on project website https://js.wiki/ BR Michal st 10. 3. 2021 v 20:53

[Koha] Kohathon 2021 Cancelled

2021-03-10 Thread George Williams
Hello everyone, At today's koha-US meeting the koha-US conference committee made the decision to cancel the planned Kohathon 2021 that we had scheduled for April 28. We didn't receive many submissions for presentations and it seemed like we were not going to have enough content to fill the

Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread Galen Charlton
Hi On Wed, Mar 10, 2021 at 1:26 PM Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Migration steps (MediaWiki upgrade or another engine) could be: > - provide an archived version of the current wiki (eg. at > old-wiki.koha-community.org) > - Upgrade (or migrate, there are

Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread Jonathan Druart
Migration steps (MediaWiki upgrade or another engine) could be: - provide an archived version of the current wiki (eg. at old-wiki.koha-community.org) - Upgrade (or migrate, there are migration scripts to dokuwiki [1]) to not lose the history, authors, etc. - Remove all the pages we don't want

Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread Galen Charlton
Hi, On Wed, Mar 10, 2021 at 1:14 PM Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > > > In the long run, I'd be in favor of our giving serious consideration to > > migrating to DokuWiki. > > Can you explain why? :) Rather less overhead; I find the editing tools a bit easier

Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread Jonathan Druart
> In the long run, I'd be in favor of our giving serious consideration to > migrating to DokuWiki. Can you explain why? :) Le mer. 10 mars 2021 à 18:15, Galen Charlton a écrit : > > Hi, > > On Wed, Mar 10, 2021 at 11:48 AM Caroline Cyr-La-Rose < > caroline.cyr-la-r...@inlibro.com> wrote: > > >

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
The folder is empty On Wed, Mar 10, 2021 at 5:06 PM Indranil Das Gupta wrote: > That is what it is supposed to do. Check under /var/spool/koha/instance if > files have been created. > > > On Wed, 10 Mar, 2021, 6:37 pm muiru james, wrote: > > > Nothing seems to happen on running the command -

Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread Elaine Bradtke
I agree with Galen, that a combination of archiving and migration is best. The trick is winnowing out what is obsolete and keeping what is relevant. This could get pretty granular - for instance, the reports - some of them are non-functional due to changes in Koha over time. I wouldn't want to

Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread Galen Charlton
Hi, On Wed, Mar 10, 2021 at 11:48 AM Caroline Cyr-La-Rose < caroline.cyr-la-r...@inlibro.com> wrote: > > - Should we continue with a more recent version of MediaWiki or change > the software? I can commit to doing an in-place MediaWiki upgrade over the next six weeks, but, read on... > It has

Re: [Koha] Koha wiki update/replacement

2021-03-10 Thread rogan . hamby
I don't have strong opinions about whether or not to change wiki softwares but I do have quite a bit of experience in using DokuWiki and while it does have its own syntax it's not burdensome or awkward. Most users use the formatting toolbar options and don't worry about the syntax much. On

[Koha] Koha wiki update/replacement

2021-03-10 Thread Caroline Cyr-La-Rose
Hello Koha community! There has been discussion about updating or replacing the wiki (https://wiki.koha-community.org). The software behind the current wiki is out of date and we need to upgrade it. Or we could replace it with something more lightweight or more user-friendly. The current wiki

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread Indranil Das Gupta
That is what it is supposed to do. Check under /var/spool/koha/instance if files have been created. On Wed, 10 Mar, 2021, 6:37 pm muiru james, wrote: > Nothing seems to happen on running the command - sudo koha-run-backups > > It just returns to the user home path immediately > > Regards >

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
Nothing seems to happen on running the command - sudo koha-run-backups It just returns to the user home path immediately Regards James On Wed, Mar 10, 2021 at 3:11 PM Indranil Das Gupta wrote: > Ummm... could be a permissions issue. Try to run the command: > > sudo koha-run-backups > > from

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread Indranil Das Gupta
Ummm... could be a permissions issue. Try to run the command: sudo koha-run-backups from the terminal and see if it works. On Wed, 10 Mar, 2021, 5:23 pm muiru james, wrote: > Hi > > The config file is enabled. > > Could it be that the installation was not done as root? Because when I > tried

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
Hi The config file is enabled. Could it be that the installation was not done as root? Because when I tried opening the config file using leafpad, I got a warning that the file is not owned by root. Regards James On Wed, 10 Mar 2021, 11:41 Indranil Das Gupta, wrote: > The option to

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread Indranil Das Gupta
The option to download the database from the Tools menu depends on two things: a) the koha-run-backups script needs to run via the daily cron job to generate the file under /var/spool/koha/ b) the relevant config option needs to be enabled in koha-conf.xml You need to check if a)

[Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
Hello team, I have a system that has no backups to download at the export data, backups in the tools module. The config file is well edited to allow for the backups via tools. What could be the problem? Koha version is 19.05 Ubuntu 16.04 Please help Warm Regards James