Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/docker-entrypoint-initdb.d/.cache: Not a directory #33

Open
CSchulz opened this issue Aug 14, 2017 · 5 comments
Open

/docker-entrypoint-initdb.d/.cache: Not a directory #33

CSchulz opened this issue Aug 14, 2017 · 5 comments

Comments

@CSchulz
Copy link

CSchulz commented Aug 14, 2017

Just noticed the following output, if /docker-entrypoint-initdb.d is a file.

Starting import scripts from '/docker-entrypoint-initdb.d':
/entrypoint.sh: line 108: /docker-entrypoint-initdb.d/.cache: Not a directory
/entrypoint.sh: line 109: /docker-entrypoint-initdb.d/.cache: Not a directory
/entrypoint.sh: line 110: /docker-entrypoint-initdb.d/.cache: Not a directory
@MaksymBilenko
Copy link
Owner

That just a warning, at this miment unable to fix that. Would appriciate PR that fixes that

@SaminZou
Copy link

when I attemp to connect db with navicat , appear ora-12528 error

@leedh
Copy link

leedh commented Jul 5, 2018

I have the same issue with that.

@exZStas
Copy link

exZStas commented Aug 21, 2018

The same issue. Due to this "warning" scripts can't be imported :/

@dkssn
Copy link

dkssn commented Nov 13, 2018

"docker-entrypoint-initdb.d" needs to be a directory. You probably mapped a file.
Put your SQL files in a directory and map it to "/docker-entrypoint-initdb.d".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants