pg_basebackup: errors on macOS on directories with ".DS_Store" files
От | Mark Guertin |
---|---|
Тема | pg_basebackup: errors on macOS on directories with ".DS_Store" files |
Дата | |
Msg-id | E258CE50-AB0E-455D-8AAD-BB4FE8F882FB@gmail.com обсуждение исходный текст |
Ответы |
Re: pg_basebackup: errors on macOS on directories with ".DS_Store" files
|
Список | pgsql-bugs |
pg_basebackup: error: backup failed: ERROR: invalid segment number 0 in file ".DS_Store"
Steps to reproduce:
- on a macOS based pg server open a directory containing pg data files and set any kind of view options or move an icon
- this can also happen with inheritance, so even if you do not directly set these kinds of options on data folders, for example if a parent folder has a view option set when a new folder is created it can inherit the same view options, or if spotlight search sets up some metadata this .DS_Store may also be created
My workaround was to manually delete all of the .DS_Store files that the OS created and then immediately run pb_basebackup using the following method:
find <dir> -iname .DS_Store -exec rm {} \;
Some background on .DS_Store files:
В списке pgsql-bugs по дате отправления: