File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,16 @@ if $failed; then
170
170
exit 1
171
171
fi
172
172
173
+ # ###############################################################################
174
+ # We're about to finalize everything and create a snapshot that will be used
175
+ # for thin cloning.
176
+ #
177
+ # If needed, put any data transformations here (e.g., remove personal data).
178
+ # For better speed, do it in several parallel jobs (depending on resources).
179
+ # All thin clones will have transformed state.
180
+ # TODO: friendly interface to inject transformations.
181
+ # ###############################################################################
182
+
173
183
# Finally, stop Postgres and create the base snapshot ready to be used for thin provisioning
174
184
${sudo_cmd} ${pg_bin_dir} /pg_ctl -D ${clone_pgdata_dir} -w stop
175
185
# todo: check that it's stopped, similiraly as above
You can’t perform that action at this time.
0 commit comments