migration
Here are 942 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Provide help in CLI for sub-commands
Describe the solution you'd like
Sub-commands help should describe the sub-command's functionality and options available for the sub-command
Describe alternatives you've considered
N/A
Additional context
See: golang-migrate/migrate#370
Originally posted by @dimitri in https://github.com/dimitri/pgloader/timeline
That's good thinking, and I think that's relevant for another PR. The PR introducing the statistics singleton should also take care of the following bits of refactoring of the code:
- the singleton is named “state” as I initially though I would update the global state of the migration to be able to know
Ref #1101 we've concluded to remove the MyGet feed, which has been used for pre-releases up until now. That involves several tasks. From the top of my head:
- Move all NuGet packages currently on the MyGet feed over to the Azure Artifacts feed
- Update readme.md to show a badge for the latest release on the new feed and remove MyGet
- Delete the Travis build script all together, or
-
Updated
Jan 9, 2020 - Java
-
Updated
Jun 5, 2020 - Perl
I love the idea behind this project!!!
I'm seeing that you don't automatically support say downloading stdio.h and stdio.c and transpiling them at the same time? How hard would that be? Seems like it'd be a huge win to automatically support standard libraries.
While I'm at it, I just posted to gstreamer-rs github encouraging them to try this out, I'd recommend he
For MySQL migrations to run, the command must be this:
goose mysql "${DB_WRITE_USERNAME}:${DB_WRITE_PASSWORD}@tcp(${DB_WRITE_HOST}:${DB_WRITE_PORT})/${DB_WRITE_DATABASE}?multiStatements=True" up
In the examples, none actually has the host and port, nor the multiStantements that weren't allowing me to run a migration.
HI, I'm trying to perform the migration between to VMs (with Xubuntu inside) hosted by Virtualbox. At the beginning I was doing it with LXD "move" but only cold migration worked. So I tried to make a snapshot and this is what I got.
lxc snapshot prova1 sn --stateful
lxc stop prova1 --stateful
lxc start prova1
Error: Migrate: Failed to run: /snap/lxd/current/bin/lxd forkmigrate prova1 /
I encountered a strange bug: I had a space in front of -- migrate:down, and the migration was getting applied, successfully, except that it wasn't being run (silently failing).
This was pretty bad and took a while for me to fix.
We should likely have stricter parsing of the syntax, if this can silently fail
Has test project with configs:
<None Include="..\Test.Environment\Services.config"> <Link>Services.config</Link> <CopyToOutputDirectory>Always</CopyToOutputDirectory> <SubType>Designer</SubType> </None> <None Include="..\Test.Environment\_Config.example"> <Link>_Config.example</Link> <SubType>Designer</SubType> </None>
-
Updated
Jun 15, 2020 - TypeScript
Java source code:
https://github.com/datastax/java-driver/tree/4.x/examples/src/main/java/com/datastax/oss/driver/examples/mapper
Requirements:
- It should be placed in examples/killrvideo dir
- Each java package should come as a file - it should be a flat package
- It should be simple, easy to understand so that others can copy ideas from it
- It should use migrate to create schema
- It
-
Updated
May 21, 2020 - PHP
-
Updated
May 15, 2020 - Go
Hi,
I just had a suggestion around documentation around the CLI, specifically with regards to passing a response file.
If possible, under the Examples subheading could we label the contents of the args.txt file to make it explicit.
Just adding a simple "Contents of args.txt:" I feel would be helpful.
Thanks
There are several issus with the component testing documentation.
- The $injector is missing, that should be created in beforeEach
- The test describes a FirstComponent that doesn't exist
From the given example it's hard to create a working test. All I tried always leads to TypeError: undefined is not a constructor (evaluating 'render(FirstComponent)')
Here: https://github.com/sheerun/knex-migrate/blob/master/src/storage.js#L8
Add this check: new RegExp(Invalid object name '${table}').test(err.message)
I would create a PR but am currently contractually blocked from non-approved open source contributions.
Thanks!
-
Updated
Jun 6, 2020 - Python
Need documentation
There needs to be better documentation on how to use this tool including screenshots and explanations of the config section and the GUI.
When running ./migration.exe init, there is a configuration.json generated.
There is a property named 'AttachmentMazSize' instead of 'AttachmentMaxSize. Z instead of X.
some previous discussion on this: scala/scala#8370
the Scala 2 warning (only emitted under -Xsource:3) says:
warning: early initializers are deprecated; they will be replaced by trait parameters in 3.0, see the migration guide on avoiding var/val in traits
at the time that message was written, no such migration guide existed, but now that this repo exists, I gu
Improve this page
Add a description, image, and links to the migration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the migration topic, visit your repo's landing page and select "manage topics."

In Using Disposable in RxJava
disposables.clear()is invoked inonStop()But in the comment and also Github
`disposab