IRC log for #koha, 2023-06-21

All times shown according to UTC.

Time S Nick Message
01:50 cait joined #koha
04:12 dcook_ joined #koha
04:53 LibraryHU[m] hello everyone!
04:53 LibraryHU[m] Anyone knows about the person who is expert in Dspace?
05:39 dcook_ LibraryHU[m] I know some Dspace experts. What's up?
05:43 cait joined #koha
05:43 josef_moravec joined #koha
05:48 reiveune joined #koha
06:25 cait joined #koha
06:39 thibaud_g joined #koha
06:42 magnuse \o/
07:06 fridolin joined #koha
07:07 fridolin yello
07:10 cait joined #koha
07:40 LibraryHU[m] i need to get some errors fixed or if possible want installation of new version
08:00 alex_ joined #koha
08:18 cait LibraryHU[m]: if you are looking for a support provider that can do that for you, there is a list on the website with contact information: https://koha-community.org/support/paid-support/
08:53 NikolayGospodinov[m] Hello! If I may, I would like to ask you a question. I have a a .sql.gz file of our old database. Is there a way to import it in our new Koha?
10:02 PedroAmorim[m] o/
10:14 dcook joined #koha
10:16 NikolayGospodinov[m] I would like to ask why in Koha tools there is no longer catalog section. It is Koha 22.11 I am talking about?
10:16 ashimema It's all moved into the Cataloguing module
10:16 NikolayGospodinov[m] Aha. Thank you very much!🙂
10:35 oleonard Hi all
10:37 khall joined #koha
10:37 Joubu They all replace "__ENCRYPTION_KEY__" with a proper key, right?
10:56 magnuse hooray for bug 15504!
10:56 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=15504 enhancement, P1 - high, ---, matt.blenkinsop, Signed Off , Track Patron's Last Activity
11:07 ashimema a second signoff wouldn't go a miss magnuse 😜
11:07 ashimema I'm breaking unbiased rules really adding my SO there 😜
11:08 ashimema but I didn't want to see it left in the long grass for too long.
11:08 magnuse hehe, i'll see what i can do, but can't promise anything
11:08 ashimema awesome
11:09 magnuse two weeks until my holiday, and plenty to do before that
11:09 ashimema we're being audited the next couple of days.. all very busy
11:09 ashimema know the feeling
11:09 magnuse that does sound busy
11:09 ashimema it's an annual inspection to retain out ISO27001 accreditation
11:10 magnuse yay
11:10 ashimema bit of a pain.. but does keep us on our toes I suppose
11:10 magnuse :-)
11:10 ashimema information security is important
11:10 magnuse +1
11:11 * ashimema is going through all his outstanding bugs.. does bug me when a set doesn't all go through as the intended set. ☹️
11:12 ashimema oh well
11:12 ashimema anyone fancy QAing bug 29822
11:12 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=29822 enhancement, P5 - low, ---, martin.renvoize, Signed Off , Use table column selection modal for DefaultPatronSearchFields preference
11:17 * cait is trying to fix bad bugs and hoping to get some help
11:18 magnuse cait++
11:18 cait bug 33028 is almost ready for testing
11:18 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=33028 major, P5 - low, ---, thibaud.guillot, Needs Signoff , Wrongly formatted monetary amounts in circulation rules break scripts and calculations
11:18 cait just updating the test plan
11:19 marcelr joined #koha
11:19 marcelr o/
11:20 magnuse \o
11:27 alex_ joined #koha
11:36 NikolayGospodinov[m] Hi. I have a question. We have a new installation of Koha with specific database name. Now we want to add the database from the old version. The problem is the name of the databases are different. What can I do?
11:42 Joubu use koha-dump to generate a .sql dump of the old DB. Create a new Koha install, DROP the DB, CREATE the DB, then inject the dump (koha-mysql $INSTANCE < your_dump.sql)
11:42 Joubu that should be enough
11:43 NikolayGospodinov[m] Joubu: is the difference in names not a problem?
11:43 Joubu nope
11:43 NikolayGospodinov[m] the new database is for example koha_library and the new is koha_700
11:44 Joubu the DB name is not in the dump
11:46 NikolayGospodinov[m] ok
11:48 magnuse isn't it? i seem to remember having to edit the name of the database in a couple of places right at the top of the dump file
11:48 magnuse depends on how you did the dump, perhaps?
11:51 Joubu indeed it contains it
11:51 Joubu NikolayGospodinov[m]: You should edit the sql and remove the CREATE and USE first two statements
11:54 NikolayGospodinov[m] The problem is the old database sql is more than 50 gb
11:54 NikolayGospodinov[m] I can not open it
11:56 Joubu tried with vim?
11:58 NikolayGospodinov[m] Ok
11:58 NikolayGospodinov[m] I will
12:05 NikolayGospodinov[m] Neither Vim nor VS Code opens the sql file
12:08 aw-bib[m] vim might try to do some fancy syntax stuff etc. tried without any stettings? (vim -u NONE)
12:08 Joubu yes or ctrl-c
12:10 fridolin joined #koha
12:13 NikolayGospodinov[m] Does not open
12:13 NikolayGospodinov[m] The file is too big
12:16 Joubu did you try ctrl-c?
12:17 Joubu what's happening?
12:18 NikolayGospodinov[m] I did not
12:18 NikolayGospodinov[m] I will try
12:18 khall joined #koha
12:19 Joubu otherwise you can identify how many lines you need to remove, use head -n 42
12:19 Joubu if you see that you need to remove the first X lines then use sed
12:20 Joubu sed -i 1,Xd your_file.sql
12:20 Joubu replace X with the number of lines to remove
12:20 Joubu and hope sed is smart enough
12:27 NikolayGospodinov[m] nothing works
12:52 oleonard Bug 34066 has me very confused
12:52 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=34066 minor, P5 - low, ---, oleonard, NEW , Datatable options don't fully translate on list of saved reports
13:01 khall_ joined #koha
13:05 Dyrcona joined #koha
13:05 Joubu oleonard:
13:05 Joubu 1909                     'oLanguage': {
13:05 Joubu 1910                         'sZeroRecords': _("No matching reports found")
13:05 Joubu 1911                     }
13:06 Joubu try to remove the
13:06 Joubu try to remove that
13:06 Joubu from reports/guided_reports_start.tt
13:06 Joubu (my guess it that the options are not merged)
13:06 oleonard Ah, good idea
13:06 Joubu it's also oLanguage vs language in datatables.js
13:21 oleonard Thanks Joubu , they are merged if you use the right key
13:23 khall joined #koha
13:30 tcohen hola #koha o/
13:31 marcelr o/
13:31 tcohen are all the things solved an I just need to push?
13:31 tcohen :-D
13:36 cait it would be nice, right?
13:46 oleonard Dev meeting coming up?
13:50 thd joined #koha
13:50 cait left #koha
14:05 khall_ joined #koha
14:09 thd Is there a meeting now?
14:10 ashimema i beleive there's meant to be
14:11 thd jitsi will not release my camera after testing.  A known but perhaps.
14:12 thd Thus Jitsi now sees my camera as not available.
14:15 ashimema ah.. of course
14:15 ashimema I'm on the school run at the minute I'm afraid
14:18 ashimema Did noone join the jitsi?
14:18 ashimema I just tried from my phone and noone is there
14:19 ashimema Or was I just so late your all done already
14:21 thd No one has been there except me who who logged in a little early with everything apparently working.  After leaving my camera is no longer available to Jitsi and appears to still be in use.
14:21 thd "“Failed to Access Your Camera  Cannot Use Camera For An Unknown Reason"
14:23 ashimema Interesting.. I joined twice and didn't see anyone else there at all
14:23 ashimema Oh well.. I'm on the school run anyway so
14:24 thd I did not stay long.
14:26 cait joined #koha
14:26 cait my IRC client is acting a little strange today
14:27 tcohen we have a meeting
14:27 cait yes, but I have to leave in 13 minutes
14:29 thd My camera has been captured by previous test of Jitsi and is now not available to Jitsi.
14:30 tcohen I'm in
14:31 cait where is the link? i have n history
14:31 tcohen at the top of the agenda
14:31 cait no irc history I meant
14:33 tcohen #startmeeting Development IRC Meeting 21 June 2023
14:33 huginn Meeting started Wed Jun 21 14:33:53 2023 UTC.  The chair is tcohen. Information about MeetBot at http://wiki.debian.org/MeetBot.
14:33 huginn Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
14:33 huginn The meeting name has been set to 'development_irc_meeting_21_june_2023'
14:34 tcohen #link https://wiki.koha-community.or[…]ting_21_June_2023
14:34 tcohen #topic Introductions
14:34 tcohen #info Tomas Cohen Arazi
14:37 tcohen #info no quorum to have the meeting today
14:37 tcohen #endmeeting
14:37 huginn Meeting ended Wed Jun 21 14:37:58 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
14:37 huginn Minutes:        https://meetings.koha-communit[…]-06-21-14.33.html
14:37 huginn Minutes (text): https://meetings.koha-communit[…]3-06-21-14.33.txt
14:37 huginn Log:            https://meetings.koha-communit[…]21-14.33.log.html
14:39 cait thx tcohen++
14:39 cait bye all
14:39 cait left #koha
14:47 fridolin yey I'm there for once but reaaaaly under a load of WIP
14:51 ashimema back from the school run now
14:51 ashimema #info Martin Renvoize, PTFS Europe
14:52 ashimema lol
14:52 * ashimema should have read back more
15:03 marcelr hey missed a quick meeting
15:03 marcelr cya
15:05 khall joined #koha
15:08 reiveune bye
15:08 reiveune left #koha
15:39 fridolin joined #koha
15:40 fridolin left #koha
16:03 tcohen we had a few minutes jitsi meeting
16:03 tcohen in which we postponed to next wednesday due to the lack of atendees
16:03 tcohen same day and time, next week
16:05 khall_ joined #koha
16:09 bag joined #koha
17:05 khall joined #koha
18:01 tcohen @later tell Joubu can we get bug 33169 moving?
18:01 huginn tcohen: The operation succeeded.
18:05 khall_ joined #koha
18:47 oleonard joined #koha
18:52 Dyrcona joined #koha
18:55 tcohen joined #koha
19:05 khall joined #koha
21:44 cait joined #koha
22:17 MarkHofstetter joined #koha
22:27 cait joined #koha
22:28 cait joined #koha
22:30 cait joined #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary