Hello, I an trying to export a number of review requests using the server export feature in PowerPack Server Import and Export | Documentation | Review Board <https://www.reviewboard.org/docs/powerpack/dev/powerpack/manual/import-export/> . I am using the docker-compose installation provided in the official docs Installing with Docker | Documentation | Review Board <https://www.reviewboard.org/docs/manual/4.0/admin/installation/docker/> with reviewboard image 4.0.6-1. The review board starts Ok and I can use it with no problems, however the export-db subcommand is not available in the container and the powerPack extension is enabled. (This is a clean installation not importing any old data).
I have also added the trial license for Powerpack. Can someone help to solve this? Thanks. I can see this in the ReviewBoard init logs: reviewboard_1 | + rb-site manage /site enable-extension rbpowerpack.extension.PowerPackExtension reviewboard_1 | INFO:root:Using reviewboard.scmtools.svn.pysvn backend for SVN reviewboard_1 | ERROR:djblets.extensions.manager:The Review Board Power Pack extension uses the deprecated "htdocs" directory for static files. This is no longer supported. It must be updated to use a "static" directory instead. root@ddb5232b45c9:/# pip list | grep Review ReviewBoard 4.0.6 ReviewBoardPowerPack 4.0 root@ddb5232b45c9:/# rb-site manage /site/ export-db INFO:root:Using reviewboard.scmtools.svn.pysvn backend for SVN Unknown command: 'export-db' Type 'rb-site manage /site help' for usage. root@ddb5232b45c9:/# rb-site manage /site/ list-extensions INFO:root:Using reviewboard.scmtools.svn.pysvn backend for SVN * Name: reviewbot-extension Status: disabled ID: reviewbotext.extension.ReviewBotExtension * Name: rbintegrations Status: enabled ID: rbintegrations.extension.RBIntegrationsExtension * Name: ReviewBoardPowerPack Status: enabled ID: rbpowerpack.extension.PowerPackExtension -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/277d1f0a-3ed5-4918-9527-b833fc27a898n%40googlegroups.com.
