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

Cannot Start server if datadirectory contains special character #29

Open
lizi002 opened this issue Nov 2, 2023 · 1 comment
Open

Cannot Start server if datadirectory contains special character #29

lizi002 opened this issue Nov 2, 2023 · 1 comment

Comments

@lizi002
Copy link

lizi002 commented Nov 2, 2023

If dbDir has space or chinese character, cannot initbd
for example
var appPath = "C:\\Users\\me\\Desktop\\Dev\\x -test\\Service"; var server = new MysticMind.PostgresEmbed.PgServer("15.3.0", "postgres", appPath,Guid.NewGuid()); server.Start();
or
var appPath = "C:\\Users\\me\\Desktop\\Dev\\文件夹\\Service"; var server = new MysticMind.PostgresEmbed.PgServer("15.3.0", "postgres", appPath,Guid.NewGuid()); server.Start();

@mysticmind
Copy link
Owner

@lizi002 thanks for reporting this issue, will take a look.

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

2 participants