Bugzilla – Attachment 41445 Details for
Bug 8779
.deb upgrade fails on incomplete instance setup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Do not trigger update database when originalversion is not peresent.
koha-patch-updatedatabase.pl (text/plain), 455 bytes, created by
Yarik Dot
on 2015-08-11 13:02:32 UTC
(
hide
)
Description:
Do not trigger update database when originalversion is not peresent.
Filename:
MIME Type:
Creator:
Yarik Dot
Created:
2015-08-11 13:02:32 UTC
Size:
455 bytes
patch
obsolete
>--- b/updatedatabase.pl 2015-08-08 18:27:00.000000000 +0200 >+++ a/updatedatabase.pl 2015-08-11 14:58:36.489928633 +0200 >@@ -74,6 +74,10 @@ > # Record the version we are coming from > > my $original_version = C4::Context->preference("Version"); >+if ($original_version) { >+ print "Original version not found. Are there any data in the database? It seems like an empty instance.\n"; >+ exit; >+} > > # Deal with virtualshelves > my $DBversion = "3.00.00.001";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8779
:
41445
|
41447