[GH-ISSUE #1357] Missing manifest Mariadb? #1076

Closed
opened 2026-02-26 06:35:40 +03:00 by kerem · 12 comments
Owner

Originally created by @aroundmyroom on GitHub (Aug 28, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1357

Pulled the new version (and this new version is also running) but it gave an error on the db part

manifest for jc21/mariadb-aria:10.4 not found: manifest unknown
Previously this was working ok.

what could I do possibly wrong or did I miss a change in a previous version?

Originally created by @aroundmyroom on GitHub (Aug 28, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1357 Pulled the new version (and this new version is also running) but it gave an error on the db part manifest for jc21/mariadb-aria:10.4 not found: manifest unknown Previously this was working ok. what could I do possibly wrong or did I miss a change in a previous version?
kerem 2026-02-26 06:35:40 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@aroundmyroom commented on GitHub (Aug 28, 2021):

ah . version 10.4 must become :latest

solved

<!-- gh-comment-id:907621094 --> @aroundmyroom commented on GitHub (Aug 28, 2021): ah . version 10.4 must become :latest solved
Author
Owner

@aroundmyroom commented on GitHub (Aug 28, 2021):

when changing 10.4 to latest, I get again an issue on the logon, so probably the change from db goes wrong .. wierd. in combination with username/pwd

<!-- gh-comment-id:907621866 --> @aroundmyroom commented on GitHub (Aug 28, 2021): when changing 10.4 to latest, I get again an issue on the logon, so probably the change from db goes wrong .. wierd. in combination with username/pwd
Author
Owner

@nielsvf commented on GitHub (Aug 28, 2021):

when changing 10.4 to latest, I get again an issue on the logon, so probably the change from db goes wrong .. wierd. in combination with username/pwd

I've got this as well.

<!-- gh-comment-id:907646482 --> @nielsvf commented on GitHub (Aug 28, 2021): > when changing 10.4 to latest, I get again an issue on the logon, so probably the change from db goes wrong .. wierd. in combination with username/pwd I've got this as well.
Author
Owner

@aroundmyroom commented on GitHub (Aug 28, 2021):

when changing 10.4 to latest, I get again an issue on the logon, so probably the change from db goes wrong .. wierd. in combination with username/pwd

I've got this as well.

wonder what has changed betwee 2.9.3 and 2.9.8 so I rolled back an backup.

<!-- gh-comment-id:907653847 --> @aroundmyroom commented on GitHub (Aug 28, 2021): > > when changing 10.4 to latest, I get again an issue on the logon, so probably the change from db goes wrong .. wierd. in combination with username/pwd > > I've got this as well. wonder what has changed betwee 2.9.3 and 2.9.8 so I rolled back an backup.
Author
Owner

@aroundmyroom commented on GitHub (Aug 29, 2021):

the problem is an already reported issue (but that user moved to sqllite)
the storage engine InnoDB is not present when you move from 10.4 to Latest
So where I initially started with 10.4 (and that one worked before when pulling) now it tells us that the manifest is not there and changing the db to : latest gives a problem that it cannot migrate correctly.

So in this situation I do not care about the upgrade of the db and will let the error be the error and do not care about it.

<!-- gh-comment-id:907749069 --> @aroundmyroom commented on GitHub (Aug 29, 2021): the problem is an already reported issue (but that user moved to sqllite) the storage engine InnoDB is not present when you move from 10.4 to Latest So where I initially started with 10.4 (and that one worked before when pulling) now it tells us that the manifest is not there and changing the db to : latest gives a problem that it cannot migrate correctly. So in this situation I do not care about the upgrade of the db and will let the error be the error and do not care about it.
Author
Owner

@tuxmeister commented on GitHub (Aug 30, 2021):

Same issue here, just tried a pull, updated to :latest tag and pulled again, now getting the following error:

[8/30/2021] [2:03:20 PM] [Global ] › ✖ error select * from ``migrations_lock`` - ER_UNKNOWN_STORAGE_ENGINE: Unknown storage engine 'InnoDB'

<!-- gh-comment-id:908370119 --> @tuxmeister commented on GitHub (Aug 30, 2021): Same issue here, just tried a pull, updated to :latest tag and pulled again, now getting the following error: `[8/30/2021] [2:03:20 PM] [Global ] › ✖ error select * from ``migrations_lock`` - ER_UNKNOWN_STORAGE_ENGINE: Unknown storage engine 'InnoDB'`
Author
Owner

@fdr76 commented on GitHub (Aug 30, 2021):

it looks I have the same issue when I change 10.4 to latest.

@tuxmeister can you tell in which log-file you get the error?

<!-- gh-comment-id:908448443 --> @fdr76 commented on GitHub (Aug 30, 2021): it looks I have the same issue when I change 10.4 to latest. @tuxmeister can you tell in which log-file you get the error?
Author
Owner

@aroundmyroom commented on GitHub (Aug 30, 2021):

@fdr76 you can see this when you do not run it in daemon mode (so do not run with -d) from commandline / shell

so the version :latest is a new mysql database without InnoDB .. no clue what has changed ..

<!-- gh-comment-id:908668301 --> @aroundmyroom commented on GitHub (Aug 30, 2021): @fdr76 you can see this when you do not run it in daemon mode (so do not run with -d) from commandline / shell so the version :latest is a new mysql database without InnoDB .. no clue what has changed ..
Author
Owner

@jc21 commented on GitHub (Aug 30, 2021):

See https://github.com/jc21/docker-mariadb-aria/issues/8

use jc21/mariadb-aria:10.4.15-innodb

<!-- gh-comment-id:908690437 --> @jc21 commented on GitHub (Aug 30, 2021): See https://github.com/jc21/docker-mariadb-aria/issues/8 use `jc21/mariadb-aria:10.4.15-innodb`
Author
Owner

@nielsvf commented on GitHub (Aug 31, 2021):

See jc21/docker-mariadb-aria#8

use jc21/mariadb-aria:10.4.15-innodb

It works now! Thanks for your reply. The README.md still contains image: 'jc21/mariadb-aria:latest' though. Or is that for new installs only?

<!-- gh-comment-id:909129658 --> @nielsvf commented on GitHub (Aug 31, 2021): > See [jc21/docker-mariadb-aria#8](https://github.com/jc21/docker-mariadb-aria/issues/8) > > use `jc21/mariadb-aria:10.4.15-innodb` It works now! Thanks for your reply. The README.md still contains ` image: 'jc21/mariadb-aria:latest'` though. Or is that for new installs only?
Author
Owner

@aroundmyroom commented on GitHub (Aug 31, 2021):

That fixed it. Thanks !

<!-- gh-comment-id:909183035 --> @aroundmyroom commented on GitHub (Aug 31, 2021): That fixed it. Thanks !
Author
Owner

@jc21 commented on GitHub (Aug 31, 2021):

It works now! Thanks for your reply. The README.md still contains image: 'jc21/mariadb-aria:latest' though. Or is that for new installs only?

Yep this is fine for new installs. It's those whom had the previous image with innodb enabled that experience problems.

<!-- gh-comment-id:909698691 --> @jc21 commented on GitHub (Aug 31, 2021): > It works now! Thanks for your reply. The README.md still contains ` image: 'jc21/mariadb-aria:latest'` though. Or is that for new installs only? Yep this is fine for new installs. It's those whom had the previous image with innodb enabled that experience problems.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1076
No description provided.